home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
superdog.swf
/
scripts
/
DefineSprite_1838
/
frame_31
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-25
|
270 b
|
14 lines
stop();
_parent.mainGame.score = fs;
onEnterFrame = function()
{
if(Key.isDown(32))
{
_parent.lc_musci.stop();
_root.mainGame.man.play();
this.gotoAndStop(1);
_root.mainGame.nextFrame();
delete this.onEnterFrame;
}
};